@charset "utf-8";

/* 主题 */
body {
    font-size: 14px;
    font-family: 微软雅黑, 宋体, Verdana, Arial;
    line-height: 1.42857143;
    color: #333;
    transition: all linear .5s;
    /* background-color: #d10f1a; */
    /* background: url(../images/index/indexbgybzn.jpg); */
    /* background-position: 0 42px; */
}

a {
    color: #333;
}

a:hover,
a:focus {
    color: red;
}

.theme-dqwz {
    background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 center;
    padding-left: 25px;
    line-height: 45px;
    border-bottom: 1px solid #CCCCCC;
}

.bgff {
    background: #fff;
    padding: 20px;
}

/* 低版本浏览器更新提示 */
.version {
    font-size: 18px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
}

.version a {
    color: #d80909;
    text-decoration: underline;
}

/* header */
.header_top {
    width: 100%;
    background-color: #d10f1a00;
    /* background: url(../images/public/header_top.png) no-repeat; */
    background-size: 100% 100%;
}

.ht_main {
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
}

.ht_main p {
    float: left;
    line-height: 36px;
}

.ht_main p iframe {
    vertical-align: middle;
    margin-top: -5px;
}

.ht_main div {
    float: right;
    line-height: 36px;
}

.ht_main div img {
    margin-right: 5px;
}

.ht_main p a,
.ht_main div a {
    display: inline-block;
    color: #fff;
}

.ht_main div a {
    position: relative;
}

.ht_main div a .ewm {
    position: absolute;
    z-index: 1000;
    width: 100px;
    height: 100px;
    top: 28px;
    left: 0;
    display: none;
}

.ht_main div a:hover .ewm {
    display: block;
}

.ht_main div a .ewm img {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.ht_main p span,
.ht_main div span {
    display: inline-block;
    padding: 0 5px;
}

.ht_main p a:hover,
.ht_main div a:hover {
    color: red;
}

.hb_main {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.logo {
    float: left;
    width: 49%;
}

.logo a {
    display: block;
    width: 100%;
}

.logo a img {
    width: 100%;
}

.seek {
    float: right;
    width: 40%;
    margin: 35px 15px 0 0;
}

.seek .btn_sou1 {
    width: 68%;
    font-size: 18px;
    /* color: #b3b3b3; */
    padding: 5px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: inherit;
    background-color: #fff;
    overflow: hidden;
    float: left;
}

.seek .btn_sou1 input {
    display: block;
    float: left;
    width: 84%;
    text-indent: 20px;
    padding: 5px 0;
    border: none;
    outline: none;
}

.seek .btn_sou2 {
    float: right;
    width: 32%;
    height: 46px;
    cursor: pointer;
    /* background: url(../images/public/ss.png) no-repeat; */
    /* background-position: 50% 50%; */
}

.seek .btn_sou2 input {
    float: left;
    padding: 13px;
    background: #fff;
    border: none;
    margin-left: 3px;
}

.seek div p input {
    /* visibility: hidden; */
    opacity: 0;
}

.header_nav {
    width: 100%;
    position: relative;
}

.header_nav img {
    display: none;
    position: absolute;
}

#zhi img {
    width: 20px;
    height: 20px;
}

.header_nav ul {
    width: 100%;
    padding: 25px 0;
    background: url(../images/public/header_nav.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 88px;
}

.header_nav ul li {
    float: left;
    width: 20%;
    height: 100%;
}

.header_nav ul li a {
    display: block;
    width: 80% !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
}

.header_nav ul .nav_zwgk a {
    width: 100%;
}

.header_nav ul li a.on {
    font-weight: bold;
    color: #1782d5;
    background: url(../images/public/header_nav_a.png) no-repeat;
    background-size: 100% 100%;
}

.header_nav ul li a:hover {
    font-weight: bold;
    color: #1782d5;
    background: url(../images/public/header_nav_a.png) no-repeat;
    background-size: 100% 100%;
}

/* 背景标语 */
.container {
    position: relative;
}

.bg_by {
    position: absolute;
    top: -88px;
    right: -125px;
}

.bg_by img {
    display: none;
    opacity: 0;
    transition: all linear .5s;
    width: 95px;
}

.bg_by img.dis {
    display: block;
    opacity: 1;
}

/* 背景图 */
#slideshow {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0
}

#slideshow img.active {
    z-index: 10;
    opacity: 1
}

#slideshow img.last-active {
    z-index: 9
}

#slideshow img {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0
}

/* footer */
.footer {
    width: 100%;
    padding: 24px 0;
    background: url(../images/public/footer.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.footer_left {
    float: left;
    font-size: 14px;
    color: #fff;
}

.footer_left p {
    padding-top: 7px;
}

.footer_left p a {
    color: #fff;
}

.footer_left p a:hover {
    color: red;
}

.footer_left p span {
    display: inline-block;
    padding: 0 10px;
}

.footer_right {
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.footer_right a {
    display: block;
    float: left;
}

.footer_right a.fr_a1 {
    margin-right: 25px;
}

.footer_right a.fr_a2 {
    margin-top: 2px;
}

/*分页*/
#page-div {
    margin: 15px auto;
    text-align: center;
}

.pagination-first,
.pagination-last {
    display: inline-block;
}

.pagination-index,
.pagination-num {
    border: 1px solid #bfbfbf;
    margin: 0 3px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #bfbfbf;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
    background: #1a85d7;
    color: white;
}

.pagination-last>span {
    margin: 0 10px;
}

.pagination-last>input {
    height: 18px;
    width: 30px;
    text-align: center;
}

/* 其他公共样式 */
.titles {
    width: 100%;
    overflow: hidden;
}

.titles p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #25549a;
    padding: 0 20px 0 30px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}

.titles p span {
    display: block;
    width: 6px;
    height: 74%;
    background-color: #25549a;
    position: absolute;
    top: 14%;
    left: 0;
}

.titles p b {
    display: block;
    width: 3px;
    height: 74%;
    background-color: #ff9c00;
    position: absolute;
    top: 14%;
    left: 8px;
}

.titles a {
    display: block;
    float: right;
    font-size: 16px;
    padding: 3px 15px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}

.titles a span {
    display: inline-block;
    transition: all 0.4s linear;
}

.titles a:hover span {
    transform: rotate(360deg);
}

.titles div {
    width: 100%;
    height: 18px;
    background: url(../images/public/titles.png);
    background-size: auto 100%;
    margin-top: 6px;
}

/* 移动端 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}


/* 个人中心功能 */
.nav_list_list_title .rig{float:right;cursor:pointer;color: #333;}
.nav_list_list_title .rig > *{display:inline-block;vertical-align:middle;}
.nav_list_list_title .rig i{width:24px;height:23px;margin-right:10px;background:url('../images/public/listqxdy.png') no-repeat;background-size:100% 100%;}
.nav_list_list_title .rig.on i{background-image: url(../images/public/listdy.png);}

.article-toolbar {
	text-align: right;
	font-size: 16px;
	line-height: 2;
    margin-top: 10px;
}

.article-toolbar span {
	display: inline-block;
}



/* 消息弹窗 */
.message-tip-modal{position:fixed;right:0;top:0;bottom:0;left:0;z-index:9999;text-align: center;height: 100vh;line-height: 100vh;}
.message-tip{
  background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;font-size:14px;
  max-height:400px;max-width:500px;padding:14px 18px;display: inline-block;
  vertical-align: middle;line-height: 1.3;font-size: 1.125em;
}
.message-tip a{font-size: 1.11em;color:#fff;margin: 0 5px;}
.message-tip a:hover{font-weight: 700;}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }




}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 1360px) {
    .container {
        width: 1000px;
    }

    .theme-ct {
        min-height: 600px;
    }

}

@media (max-width: 1500px) {
    .container {
        width: 1000px;
    }

    .theme-ct {
        min-height: 600px;
    }

}

@media (min-width: 1500px) {
    .container {
        width: 1200px;
    }

    .theme-ct {
        min-height: 600px;
    }

}

@media (max-width:768px) {

    .yd_none,
    .ht_main p span.yd_none {
        display: none;
    }

    .bgff {
        padding: 10px;
    }

    .container {
        width: 100%;
    }

    .theme-dqwz {
        background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 15px !important;
        padding-left: 21px !important;
        line-height: 25px !important;
        border-bottom: 1px solid #CCCCCC !important;
        padding: 8px 0;
    }

    .ht_main p {
        float: none;
        width: 100%;
        text-align: center;
    }

    .ht_main div,
    .seek {
        display: none;
    }

    .hb_main {
        padding: 30px 0;
    }

    .logo {
        float: none;
        width: 100%;
    }

    .header_nav img {
        display: block;
    }

    .header_nav img:nth-child(1) {
        top: 5px;
        left: 5px;
    }

    .header_nav img:nth-child(2) {
        bottom: 5px;
        right: 5px;
    }

    .header_nav ul {
        border-radius: 7px;
        height: auto;
        padding: 15px;
    }

    .header_nav ul li {
        width: 33.3333333%;
        height: 42px;
        line-height: 42px;
        /* padding-top: 10px; */
    }

    .header_nav ul li:first-child {
        width: 100%;
    }

    .header_nav ul li a {
        width: 100%;
        font-size: 16px;
        padding: 0;
    }

    .header_nav ul .nav_zwgk a {
        width: 100%;
    }

    .footer {
        margin-top: 10px;
    }

    .footer_main {
        width: 100% !important;
    }

    .footer_left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer_right {
        display: none;
    }

    .bg_by {
        display: none;
    }
    .nav_list_list_title .rig,
    .article-toolbar{
     display: none;
    } 
}

.bigBanner {
    height: 900px;
    position: relative;
}